SftTree/OCX 7.0

SftTreeSplitter.WidthPix Property

Softel vdm, Inc.

Defines the width of the splitter bar in pixels.

Syntax       

Get

VB.NET

WidthPix = object.WidthPix  As Integer

VB

WidthPix = object.WidthPix  As Long

C#.NET

int WidthPix = object.WidthPix;

VC++

long WidthPix = object->WidthPix;
long WidthPix = object->GetWidthPix();

C

HRESULT object->get_WidthPix(long* WidthPix);

Delphi

WidthPix := object.WidthPix   : Integer;

Put

VB.NET

object.WidthPix = WidthPix  As Integer

VB

object.WidthPix = WidthPix  As Long

C#.NET

int object.WidthPix = WidthPix;

VC++

long object->WidthPix = WidthPix;
void object->PutWidthPix(long WidthPix);

C

HRESULT object->put_WidthPix(long WidthPix);

Delphi

object.WidthPix := WidthPix   : Integer;

object

A SftTreeSplitter object.

WidthPix

Defines the width of the splitter bar in pixels.  The valid range is 3..7 pixels.

Comments

The WidthPix property defines the width of the splitter bar in pixels.

The Splitter.Width and Splitter.WidthPix properties are synonyms, but may use different coordinate systems.

The Splitter.Visible property is used to define a splitter bar.

See Also  SftTreeSplitter Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com